Spring boot中使用springfox来生成Swagger Specification小结
springfox.documentation.swagger2.web.Swagger2Controller https://github.com/swagg ...
springfox.documentation.swagger2.web.Swagger2Controller https://github.com/swagg ...
简介 号称:世界最流行的API框架 官网:http://swagger.io/ 解决什么问题:在前后台分离的开发模式中,减小接口定义沟通成本,方便开发过程中测试,自动生成接口 ...